body{
      background: #AFD19D;
      margin: 0; }

.botoon{
            position: fixed;
            right: 20px;
            bottom: 20px;
            color: white;
            padding: 12px 18px;
            border-radius: 50px;
        }

header{
        display: flex;
        justify-content: space-between;
        padding: 15px 30px; }


nav a{
        margin: 10px;
        text-decoration: none;
        color: black;
        font-weight: bold; }


.boton{
    background: #2F3A2F;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
}


.boton2{
    background-color: #2F3A2F;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
}


.contenedor{
            display: flex;
            align-items: center;
            padding: 40px;
}


.links{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.links a{
    margin-left: 20px;
}

.texto{
        width: 50%;
}


.texto p{
        font-size: 16px;
    }

h1{
    font-size: 40px;
}


.imagen{
        width: 450px;
        max-width: 100%;
}
